home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 22 / PC Gamer IT CD 22.iso / DEMOS / DC / FIRST.Z / CSCRIPT < prev    next >
Text File  |  1997-03-03  |  117b  |  13 lines

  1. #!/bin/rc
  2.  
  3. j=0
  4.  
  5. for (i in xx*) {
  6.     echo $i
  7.  
  8.     ppmtobmp -windows $i > cursor$j.bmp
  9.  
  10.     j=`{echo $j+1 | bc}
  11. }
  12.  
  13.